home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4293 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  319 b 

  1. From: CompuWord@msn.com (Meiyu Lin)
  2. Subject: RE: a pointer problem
  3. Date: 3 Feb 96 05:21:49 -0800
  4. References: <4errk0$4c3@srvr1.engin.umich.edu>
  5. Message-ID: <00001a80+00007681@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. Try this:
  11.  
  12. int  *aNum = (int *)NULL;
  13.